home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Almathera Ten Pack 2: CDPD 1
/
Almathera Ten on Ten - Disc 2: CDPD 1.iso
/
pd
/
551-575
/
575
/
pplib
/
install.script
< prev
next >
Wrap
Text File
|
1995-03-15
|
2KB
|
91 lines
; Script file to install powerpacker.library 35.256
FailAt 20
Echo "*npowerpacker.library Installation Script*n"
Version >NIL: LIBS:powerpacker.library
If NOT ERROR
Echo "Version of powerpacker.library already installed:"
Version LIBS:powerpacker.library
Echo ""
EndIf
Ask "Install powerpacker.library version 35.256 ?"
If NOT WARN
Skip Aborted
EndIf
Copy powerpacker.library LIBS:powerpacker.library
Echo "*npowerpacker.library 35.256 copied to your LIBS: directory.*n"
Version >NIL: LIBS:reqtools.library
If NOT ERROR
Echo "Version of reqtools.library already installed:"
Version LIBS:reqtools.library
Echo ""
EndIf
Version >NIL: exec.library 37
If NOT WARN
Echo "Your Amiga has AmigaDOS Release 2 (V37) or higher in ROM."
Ask "Install special Kickstart 2.0 version of reqtools.library (37.678) ?"
If WARN
Copy kick20/reqtools.library LIBS:reqtools.library
Avail >NIL: FLUSH
Echo "*nreqtools.library (2.0 version) copied to your Libs: directory."
Skip INSTALLED
EndIf
Avail >NIL: FLUSH
EndIf
Ask "Install Kickstart 1.2/1.3 version of reqtools.library version (37.566) ?"
If NOT WARN
Skip NoRT
EndIf
Copy kick13/reqtools.library LIBS:reqtools.library
Echo "*nreqtools.library copied to your Libs: directory."
Lab NoRT
Version >NIL: exec.library 37
If NOT WARN
Skip INSTALLED
EndIf
Echo "*nCopying 'LoadPPLib' to your C: directory..."
Copy LoadPPLib c:
Echo "*nYour Amiga has Kickstart 1.2 or 1.3 in ROM."
Echo "These versions have a few bugs that are fixed as of Kickstart 2.0."
Echo "To circumvent these bugs it is important that your Amiga executes"
Echo "the command 'LoadPPLib' each time it boots."
Echo "Without this powerpacker.library may not operate correctly.*n"
Echo "Shall I modify your 's:Startup-Sequence' so that it"
Ask "contains the 'LoadPPLib' command ?"
If WARN
Echo >RAM:loadpplibtempfile "LoadPPLib"
Join RAM:loadpplibtempfile SYS:s/Startup-Sequence AS RAM:loadpplibtempfile2
Copy RAM:loadpplibtempfile2 SYS:s/Startup-Sequence
Delete RAM:loadpplibtempfile QUIET
Delete RAM:loadpplibtempfile2 QUIET
Else
Echo "*nPlease modify your Startup-Sequence manually so that it contains"
Echo "the 'LoadPPLib' command."
EndIf
Lab INSTALLED
Echo "*nInstallation complete.*n"
Skip END
Lab ABORTED
Echo "*nInstallation aborted!*n"
Lab END
Wait 5
EndCLI >NIL: